home *** CD-ROM | disk | FTP | other *** search
- object ClipForm: TClipForm
- Left = 440
- Top = 153
- BorderStyle = bsDialog
- Caption = 'Thumbnail Image'
- ClientHeight = 446
- ClientWidth = 385
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object FrameLabel: TLabel
- Left = 16
- Top = 372
- Width = 353
- Height = 16
- Alignment = taCenter
- AutoSize = False
- Caption = 'Frame: 0'
- end
- object MovieBtn: TButton
- Left = 16
- Top = 16
- Width = 114
- Height = 25
- Caption = 'Movie Frame'
- TabOrder = 0
- OnClick = MovieBtnClick
- end
- object ClearBtn: TButton
- Left = 255
- Top = 16
- Width = 114
- Height = 25
- Caption = 'Clear'
- TabOrder = 2
- OnClick = ClearBtnClick
- end
- object TrackBar1: TTrackBar
- Left = 16
- Top = 344
- Width = 354
- Height = 25
- Enabled = False
- Max = 0
- Orientation = trHorizontal
- PageSize = 100
- Frequency = 1
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 3
- TickMarks = tmBottomRight
- TickStyle = tsNone
- OnChange = TrackBar1Change
- end
- object OKBtn: TButton
- Left = 69
- Top = 408
- Width = 111
- Height = 25
- Caption = 'OK'
- TabOrder = 4
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 205
- Top = 408
- Width = 111
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- object MovieEdit: TEdit
- Left = 16
- Top = 56
- Width = 354
- Height = 24
- TabStop = False
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 6
- end
- object Panel1: TPanel
- Left = 16
- Top = 88
- Width = 354
- Height = 242
- BevelOuter = bvLowered
- TabOrder = 7
- object VideoPanel: TPanel
- Left = 1
- Top = 1
- Width = 352
- Height = 240
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object Image1: TImage
- Left = 56
- Top = 80
- Width = 105
- Height = 89
- Center = True
- Stretch = True
- Visible = False
- end
- object VideoWindow1: TVideoWindow
- Left = 192
- Top = 80
- Width = 97
- Height = 89
- FilterGraph = FilterGraph1
- VMROptions.Mode = vmrWindowed
- Color = clBtnFace
- TabStop = False
- end
- end
- end
- object ImageBtn: TButton
- Left = 136
- Top = 16
- Width = 114
- Height = 25
- Caption = 'Image File'
- TabOrder = 1
- OnClick = ImageBtnClick
- end
- object FilterGraph1: TFilterGraph
- GraphEdit = False
- Left = 32
- Top = 112
- end
- object SampleGrabber1: TSampleGrabber
- FilterGraph = FilterGraph1
- MediaType.data = {
- 7669647300001000800000AA00389B717DEB36E44F52CE119F530020AF0BA770
- FFFFFFFF0000000001000000809F580556C3CE11BF0100AA0055595A00000000
- 0000000000000000}
- Left = 64
- Top = 112
- end
- object OpenDialog1: TOpenDialog
- Left = 96
- Top = 112
- end
- end
-